nosource=no source
={$NOSOURCE}

headvc=file header (VC, GTA3)
=DEFINE MISSIONS 0
=|

def=check if player is defined
=if 
=  ifPlayer.Defined($PLAYER_CHAR)
=then
=  
=end

ifthen=IF..THEN statement
=if
=  |
=then
=
=end // if

ifelse=IF..THEN..ELSE statement
=if
=  |
=then
=
=else
=
=end // if

for=FOR statement
=for | =  to  // step 1
=
=end // for

while=WHILE statement
=while |
=
=end // while

repeat=REPEAT statement
=repeat
=
=until | // repeat

const=Constants declaration
=const
= |
=end // const

var=Variables declaration
=var
= |
=end // var

hex=HEX..END construct
=hex
= |
=end // hex
